home *** CD-ROM | disk | FTP | other *** search
/ Better Homes & Gardens: …oking for Today - Chicken / Image.iso / pc / recipes.dxr / 00116_SHOW CURRENT.ls < prev    next >
Encoding:
Text File  |  1995-11-20  |  177 b   |  9 lines

  1. on mouseDown
  2.   global gShowCurrentNote
  3.   set gShowCurrentNote to 1
  4.   set the castNum of sprite 4 to 117
  5.   set the castNum of sprite 5 to 114
  6.   updateStage()
  7.   currentnote()
  8. end
  9.